home *** CD-ROM | disk | FTP | other *** search
/ Kids Coloring Wonderland / Kids Coloring Wonderland.iso / fun / tunnel / kaleids.doc next >
Text File  |  1988-11-18  |  1KB  |  34 lines

  1.  
  2. KALEIDS is the latest version of the EGAKAL/VGAKAL color kaleidoscopes, and
  3. works with VGA and EGA.  KALEIDS uses the maximum resolution and color range
  4. of each adapter (VGA: 640x480 262,144 colors, EGA: 640x350 64 colors).  You
  5. can clear the screen, toggle background color and control display speed.
  6. This version of KALEIDS allows optional command line flags:
  7.         KALEIDS <opt> <opt>
  8. You can optionally enter in any order a B to use background color, and/or a
  9. digit from 0-9 to set the speed.  Use of either of these options bypasses the
  10. opening screen.  Otherwise, the kaleidoscope will begin after 10 seconds if no
  11. key is pressed during the opening screen.  Other instructions are on the
  12. opening screen.
  13.  
  14. Compile with Microsoft C 5.1:
  15.  
  16.    cl /Ox kaleids.c     (change kaleidsm.c kaleids.c)
  17.  
  18. Compile with Microsoft QuickC:
  19.  
  20.    qcl /Ox kaleids.c    (change kaleidsm.c kaleids.c)
  21.  
  22. Compile with Turbo C 2.0:
  23.  
  24.    tcc -O -Z kaleids    (change kaleidst.c kaleids.c)
  25.  
  26.  
  27.  
  28.                         Judson D. McClendon
  29.                         Sun Valley Systems
  30.                         329 37th Court N.E.
  31.                         Birmingham, AL 35215
  32.                            205-853-8440
  33.                         Compuserve 74415,1003
  34.